home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Hallo4a.dfm
/
Hallo4a.txt
Wrap
Text File
|
1998-12-15
|
734b
|
40 lines
object Form1: TForm1
Left = 237
Top = 101
Width = 435
Height = 354
Caption = 'Seelenklempner'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'System'
Font.Style = [fsBold]
PixelsPerInch = 120
TextHeight = 20
object Label1: TLabel
Left = 104
Top = 24
Width = 216
Height = 25
Caption = 'Hallo, wie geht es denn so?'
Color = clBtnFace
ParentColor = False
end
object ListBox1: TListBox
Left = 96
Top = 72
Width = 233
Height = 185
ItemHeight = 20
Items.Strings = (
'prima'
'gut'
'm��ig'
'schlecht'
'miserabel'
'Sag ich nicht')
TabOrder = 0
OnClick = ListBox1Click
end
end